{"id":22300051,"url":"https://github.com/misinformeddna/smartystreets.net","last_synced_at":"2025-08-24T16:16:04.603Z","repository":{"id":20401301,"uuid":"23677326","full_name":"MisinformedDNA/SmartyStreets.Net","owner":"MisinformedDNA","description":"SmartyStreets client library for .NET","archived":false,"fork":false,"pushed_at":"2018-02-22T20:24:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-29T02:47:10.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/MisinformedDNA.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}},"created_at":"2014-09-04T20:01:06.000Z","updated_at":"2020-11-25T02:37:19.000Z","dependencies_parsed_at":"2022-07-25T07:47:08.139Z","dependency_job_id":null,"html_url":"https://github.com/MisinformedDNA/SmartyStreets.Net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MisinformedDNA/SmartyStreets.Net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2FSmartyStreets.Net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2FSmartyStreets.Net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2FSmartyStreets.Net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2FSmartyStreets.Net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MisinformedDNA","download_url":"https://codeload.github.com/MisinformedDNA/SmartyStreets.Net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2FSmartyStreets.Net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271901698,"owners_count":24841121,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-03T18:08:56.181Z","updated_at":"2025-08-24T16:16:04.544Z","avatar_url":"https://github.com/MisinformedDNA.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"StreetSmarts client library for .NET\n=================\nUse of this API requires free registration [here](https://smartystreets.com). Official documentation for SmartyStreets is [here](https://smartystreets.com/docs/cloud).\n\n----\n\n*Making a request is easy.*\n\nFirst set up your client\n\n    _client = new SmartyStreetsClient(\n        ConfigurationManager.AppSettings[\"smartystreets:AuthId\"], \n        ConfigurationManager.AppSettings[\"smartystreets:AuthToken\"]);\n\nIf you want to verify an address\n\n    var request = new StreetAddressRequest\n    {\n        Street = \"3785 s las vegs av.\",\n        City = \"los vegos,\",\n        State = \"nevada\",\n        Zipcode = \"90210\",\n    };\n  \n    var response = await _client.StreetAddressAsync(request);\n    var result = await response.GetResultsAsync();\n\nYou can also use their zipcode library\n\n    private static async Task CityStateToZipcodeExample()\n    {\n        var request = new ZipcodeRequest { City = \"Los Angeles\", State = \"California\" };\n\n        var response = await _client.ZipcodeAsync(request);\n        var result = await response.GetResultsAsync();\n    }\n\nThe official StreetSmarts API also allows for batch processing, which this API also supports.\n\n    var response = await _client.StreetAddressAsync(new[] { request });\n\nIf you want to set custom headers in the request\n\n    _client.HttpRequestHeaders.Add(\"x-standardize-only\", \"true\")\n\nIf you want to have full control over deserialization and observing headers, the `HttpResponseMessage` is also included.\n\n     var result = await response.ResponseMessage.Content.ReadAsStringAsync();\n\nPlease report any issues or suggestions. PRs appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisinformeddna%2Fsmartystreets.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisinformeddna%2Fsmartystreets.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisinformeddna%2Fsmartystreets.net/lists"}