{"id":20234966,"url":"https://github.com/datamade/address-matching-api","last_synced_at":"2026-02-04T07:38:24.883Z","repository":{"id":23407134,"uuid":"26769399","full_name":"datamade/address-matching-api","owner":"datamade","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-17T23:32:32.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-04T19:18:01.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/datamade.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":"2014-11-17T17:56:43.000Z","updated_at":"2024-12-26T06:03:01.000Z","dependencies_parsed_at":"2022-08-18T23:02:10.399Z","dependency_job_id":null,"html_url":"https://github.com/datamade/address-matching-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datamade/address-matching-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Faddress-matching-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Faddress-matching-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Faddress-matching-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Faddress-matching-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datamade","download_url":"https://codeload.github.com/datamade/address-matching-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Faddress-matching-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260694237,"owners_count":23047796,"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":[],"created_at":"2024-11-14T08:13:59.234Z","updated_at":"2026-02-04T07:38:19.838Z","avatar_url":"https://github.com/datamade.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"address-matching-api\n====================\n\n### Query\n/?search=\"123 Main St\"\n\n### JSON Response\n```javascript\n\"results\" : [\n      {\n         \"address_components\" : [ # the components of the matched address not the query address\n            {\n               \"name\" : \"123\",\n               \"types\" : \"address_number\"\n            },\n            {\n               \"name\" : \"South Main St\",\n               \"types\" : [ \"street_name\" ]\n            }]\n         \"formatted_address\" : \"123 South Main St\", \n         \"geometry\" : {\n            \"location\" : {\n               \"lat\" : 87.42291810,\n               \"lng\" : -42.08542120\n            },\n         \"types\" : [ \"street_address\" ] # let's start with just street addresses, not intersections or others\n      }\n   ],\n   \"status\" : \"OK\" # if matches not found then, return NotFound status\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Faddress-matching-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamade%2Faddress-matching-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Faddress-matching-api/lists"}