{"id":32312496,"url":"https://github.com/illabo/iireversenominatim","last_synced_at":"2026-07-16T13:05:52.433Z","repository":{"id":56914942,"uuid":"264418132","full_name":"illabo/IIReverseNominatim","owner":"illabo","description":null,"archived":false,"fork":false,"pushed_at":"2020-05-16T14:17:29.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T09:56:27.011Z","etag":null,"topics":["geocodejson","nominatim","reverse-geocoding"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/illabo.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":"2020-05-16T11:04:37.000Z","updated_at":"2020-11-16T03:12:41.000Z","dependencies_parsed_at":"2022-08-20T20:50:38.908Z","dependency_job_id":null,"html_url":"https://github.com/illabo/IIReverseNominatim","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/illabo/IIReverseNominatim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illabo%2FIIReverseNominatim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illabo%2FIIReverseNominatim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illabo%2FIIReverseNominatim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illabo%2FIIReverseNominatim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/illabo","download_url":"https://codeload.github.com/illabo/IIReverseNominatim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illabo%2FIIReverseNominatim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280598940,"owners_count":26357977,"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-10-23T02:00:06.710Z","response_time":142,"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":["geocodejson","nominatim","reverse-geocoding"],"created_at":"2025-10-23T09:56:31.983Z","updated_at":"2025-10-23T09:56:32.828Z","avatar_url":"https://github.com/illabo.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IIReverseNominatim\n\n## Yet another Nominatim reverse geocoder. The little difference from others that it requests data in GeocodeJSON format.\n\nNothing special here.\n```swift\nlet nominatim = IIReverseNominatim()\nnominatim.reverseGeocode(lat: 52.2620898, lon: 104.3203629){\n    switch $0 {\n    case .success(let resp):\n        guard let s = resp.features, s.count \u003e 0 else { return }\n        print(geocoding?.label ?? geocoding?.name ?? \"\")\n    case .failure(let e):\n        print(e)\n    }\n}\n```\n### To install\n* with Cocoa Pods:\n```ruby\npod 'IIReverseNominatim'\n```\n* with Swift PM:\n```swift\n.package(url: \"https://github.com/illabo/IIReverseNominatim.git\", from: \"0.1.1\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillabo%2Fiireversenominatim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillabo%2Fiireversenominatim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillabo%2Fiireversenominatim/lists"}