{"id":13508682,"url":"https://github.com/semanticart/url_unroller","last_synced_at":"2026-02-19T08:03:08.447Z","repository":{"id":25463591,"uuid":"28893932","full_name":"semanticart/url_unroller","owner":"semanticart","description":"A simple url unroller (un-shortener) in elixir","archived":false,"fork":false,"pushed_at":"2017-07-26T02:07:13.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T23:43:58.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/url_unroller/api-reference.html","language":"Elixir","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/semanticart.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":"2015-01-07T02:17:45.000Z","updated_at":"2020-10-12T05:48:50.000Z","dependencies_parsed_at":"2022-08-24T06:30:33.744Z","dependency_job_id":null,"html_url":"https://github.com/semanticart/url_unroller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/semanticart/url_unroller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticart%2Furl_unroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticart%2Furl_unroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticart%2Furl_unroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticart%2Furl_unroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semanticart","download_url":"https://codeload.github.com/semanticart/url_unroller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticart%2Furl_unroller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29608152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-08-01T02:00:56.936Z","updated_at":"2026-02-19T08:03:08.420Z","avatar_url":"https://github.com/semanticart.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"UrlUnroller\n===========\n\nAn example of unrolling short urls in Elixir.\n\nDepends on [HTTPoison](https://hex.pm/packages/httpoison) running as an application. e.g. in your mix.exs\n\n```elixir\n  def application do\n    [applications: [:logger, :httpoison]]\n  end\n```\n\nUsage:\n\n```elixir\n\u003e {status, result, response_info} = UrlUnroller.unroll(\"http://bit.ly/1Bx0zo8\")\n{:ok, \"http://blog.semanticart.com/\", ...}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticart%2Furl_unroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticart%2Furl_unroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticart%2Furl_unroller/lists"}