{"id":32118371,"url":"https://github.com/often/ipapi","last_synced_at":"2026-02-21T10:31:42.210Z","repository":{"id":62421645,"uuid":"268500449","full_name":"often/ipapi","owner":"often","description":"Simple ip-api.com API wrapper for Deno.","archived":false,"fork":false,"pushed_at":"2023-12-21T08:36:20.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-22T00:47:32.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/often.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-06-01T11:16:26.000Z","updated_at":"2021-01-28T21:08:27.000Z","dependencies_parsed_at":"2022-11-01T17:32:32.685Z","dependency_job_id":null,"html_url":"https://github.com/often/ipapi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/often/ipapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fipapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fipapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fipapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fipapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/often","download_url":"https://codeload.github.com/often/ipapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fipapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"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":"2025-10-20T17:07:27.787Z","updated_at":"2026-02-21T10:31:42.203Z","avatar_url":"https://github.com/often.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipapi\nSimple ip-api.com API wrapper for Deno.\n\n## Usage\n```js\nimport ipapi from 'https://deno.land/x/ipapi/mod.js' // import the ipapi module\n\nconsole.log(await ipapi()) // returns information about your ip address\nconsole.log(await ipapi('1.1.1.1')) // {\"status\":\"success\",\"continent\":\"Oceania\",\"continentCode\":\"OC\",\"country\":\"Australia\",\"countryCode\":\"AU\",\"region\":\"NSW\",\"regionName\":\"New South Wales\",\"city\":\"Sydney\",\"district\":\"\",\"zip\":\"1001\",\"lat\":-33.8688,\"lon\":151.209,\"timezone\":\"Australia/Sydney\",\"offset\":36000,\"currency\":\"AUD\",\"isp\":\"Cloudflare, Inc.\",\"org\":\"\",\"as\":\"AS13335 Cloudflare, Inc.\",\"asname\":\"CLOUDFLARENET\",\"reverse\":\"one.one.one.one\",\"mobile\":false,\"proxy\":false,\"hosting\":true,\"query\":\"1.1.1.1\"}\nconsole.log(await ipapi('2606:4700:4700::1111')) // {\"status\":\"success\",\"continent\":\"North America\",\"continentCode\":\"NA\",\"country\":\"United States\",\"countryCode\":\"US\",\"region\":\"CA\",\"regionName\":\"California\",\"city\":\"San Francisco\",\"district\":\"South Beach\",\"zip\":\"94107\",\"lat\":37.7802,\"lon\":-122.391,\"timezone\":\"America/Los_Angeles\",\"offset\":-25200,\"currency\":\"USD\",\"isp\":\"Cloudflare, Inc.\",\"org\":\"Cloudflare, Inc.\",\"as\":\"AS13335 Cloudflare, Inc.\",\"asname\":\"CLOUDFLARENET\",\"reverse\":\"one.one.one.one\",\"mobile\":false,\"proxy\":false,\"hosting\":true,\"query\":\"2606:4700:4700::1111\"}\nconsole.log(await ipapi('1.1.1.')) // {\"status\":\"fail\",\"message\":\"invalid query\",\"query\":\"1.1.1.\"}\n\n// supports languages too!\n\n// default: en\n// available: en, de, es, pt-BR, fr, ja, zh-CN, ru\n\nconsole.log(await ipapi('1.3.3.7', 'zh-CN')) // {\"status\":\"success\",\"continent\":\"亚洲\",\"continentCode\":\"AS\",\"country\":\"中国\",\"countryCode\":\"CN\",\"region\":\"GD\",\"regionName\":\"广东\",\"city\":\"广州\",\"district\":\"\",\"zip\":\"\",\"lat\":23.379,\"lon\":113.763,\"timezone\":\"Asia/Shanghai\",\"offset\":28800,\"currency\":\"CNY\",\"isp\":\"CHINANET-GD\",\"org\":\"Chinanet GD\",\"as\":\"\",\"asname\":\"\",\"reverse\":\"\",\"mobile\":false,\"proxy\":true,\"hosting\":false,\"query\":\"1.3.3.7\"}\nconsole.log(await ipapi('dead::beef', 'de')) // {\"status\":\"success\",\"continent\":\"Europa\",\"continentCode\":\"EU\",\"country\":\"Schweiz\",\"countryCode\":\"CH\",\"region\":\"FR\",\"regionName\":\"Freiburg\",\"city\":\"Murten\",\"district\":\"\",\"zip\":\"3280\",\"lat\":46.9219,\"lon\":7.16595,\"timezone\":\"Europe/Zurich\",\"offset\":7200,\"currency\":\"CHF\",\"isp\":\"Internet Assigned Numbers Authority\",\"org\":\"Internet Assigned Numbers Authority\",\"as\":\"\",\"asname\":\"\",\"reverse\":\"\",\"mobile\":false,\"proxy\":false,\"hosting\":false,\"query\":\"dead::beef\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foften%2Fipapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foften%2Fipapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foften%2Fipapi/lists"}