{"id":44188752,"url":"https://github.com/oxess/go-nominatim","last_synced_at":"2026-02-09T16:35:42.076Z","repository":{"id":57649108,"uuid":"445702511","full_name":"oxess/go-nominatim","owner":"oxess","description":"Simple library for Open Street Maps Nominatim service","archived":false,"fork":false,"pushed_at":"2022-01-08T02:36:29.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-13T16:31:44.105Z","etag":null,"topics":["geocoder","go","golang","library","nominatim"],"latest_commit_sha":null,"homepage":"","language":"Go","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/oxess.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":"2022-01-08T02:11:48.000Z","updated_at":"2022-03-02T21:27:29.000Z","dependencies_parsed_at":"2022-09-26T21:01:04.772Z","dependency_job_id":null,"html_url":"https://github.com/oxess/go-nominatim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oxess/go-nominatim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxess%2Fgo-nominatim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxess%2Fgo-nominatim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxess%2Fgo-nominatim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxess%2Fgo-nominatim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxess","download_url":"https://codeload.github.com/oxess/go-nominatim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxess%2Fgo-nominatim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29272900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"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":["geocoder","go","golang","library","nominatim"],"created_at":"2026-02-09T16:35:40.834Z","updated_at":"2026-02-09T16:35:42.068Z","avatar_url":"https://github.com/oxess.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoLang Nominatim - simple lib\n\nSimple library for Open Street Maps Nominatim service.\n\n## Install \n\n```bash\ngo get -v github.com/oxess/go-nominatim\n```\n\n## Usage \n\nImport library:\n```go\nimport \"github.com/oxess/go-nominatim\"\n```\n\nCreate service object (public api or own self-hosted instance):\n```go\ngeocoder := nominatim.NewPublicApi() // Default public \n// or \ngeocoder := nominatim.New(\"https://nominatim.self.hosted\") // Default public\n```\n\nSearch place by address query:\n```go\n// Limit set to -1 disable limit ion query\ngeocoder.Search(\"Warszawa, plac zbawiciela 1\", -1)\n```\n\n## Tests\n\nRun tests with code coverage:\n```bash\ngo test -v -cover\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxess%2Fgo-nominatim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxess%2Fgo-nominatim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxess%2Fgo-nominatim/lists"}